Introducing .NET 6 by Nico Vermeir

Introducing .NET 6 by Nico Vermeir

Author:Nico Vermeir
Language: eng
Format: epub
ISBN: 9781484273197
Publisher: Apress


Listing 6-1The starting point of a MAUI iOS application

Nothing exciting going on here, just a basic .NET application starting point. It calls into UIApplication.Main to start the application loop. The parameters passed into this method determine the actual starting point of the iOS application, AppDelegate in this case. Listing 6-2 shows the content of AppDelegate.cs.[Register("AppDelegate")]

public class AppDelegate : MauiUIApplicationDelegate

{

protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();

}



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.